COMP: Track ITKDoxygen latest artifacts; revert doxygen warning suppression#458
Merged
hjmjohnson merged 3 commits intoJun 13, 2026
Conversation
dzenanz
approved these changes
Jun 12, 2026
Member
Author
|
Part 3 of the plan in InsightSoftwareConsortium/ITK#6439 — after ITKDoxygen#43 lands and a nightly completes, this PR should switch the downloads to the ITKDoxygen |
This reverts commit 9ca80aa.
846e082 to
acd904a
Compare
The v5.3.0-pinned XML and tag predate several class compounds (AddImageFilter, SampleToHistogramFilter, the VTK and OpenCV bridge classes), breaking breathelink lookups now that examples document against ITK main. The ITKDoxygen latest release rebuilds nightly from ITK main and now publishes the complete artifact set including the DocTag. VectorContainer moved to the itk::detail namespace in ITK 6.
acd904a to
51f986d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the warning-suppression commit from #456 and fixes the root cause: the docs build pulled Doxygen XML/HTML/tag pinned to v5.3.0 (2022), whose Doxygen run lacked several class compounds. The downloads now track the ITKDoxygen
latestrelease, which rebuilds nightly from ITK main and (since ITKDoxygen#43/#45) publishes the complete Html+Xml+DocTag set with the VTK/OpenCV bridge classes. Zero doxygen-lookup warning exceptions remain. Part 3 of InsightSoftwareConsortium/ITK#6439.Details
git revert 9ca80aa4— withdraws thedoxygenclass/tag-lookup warning exemptions.Download{DoxygenXML,Doxygen,DoxygenTAG}.cmake: v5.3.0 pins → ITKDoxygenlatest(the examples build ITKmain, so tracking the nightly artifact is more correct than any immutable release pin).IterateOnAVectorContainer: breathelink updated toitk::detail::VectorContainer(the class moved to thedetailnamespace in ITK 6; the public name is an alias and has no doxygen compound).text).Verified: all three
latestasset URLs return 200, and the fresh XML containsAddImageFilter,Statistics::SampleToHistogramFilter,ImageToVTKImageFilter,VTKImageToImageFilter, andOpenCVImageBridge.